* dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil (Bug#7533).
authorMartin Rudalics <rudalics@gmx.at>
Sat, 4 Dec 2010 22:43:51 +0000 (17:43 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 4 Dec 2010 22:43:51 +0000 (17:43 -0500)
lisp/ChangeLog
lisp/dired.el

index 32b32c512dbf5a079298808b7f3eafa2032f560b..4fe221e11ae8e480939662652ad327aeeddf3085 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
+       (Bug#7533).
+
 2010-12-04  W. Martin Borgert <debacle@debian.org>  (tiny change)
 
        * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
index b2bd082b1a65edbb0f5be06aeb3bad0ea00db5e7..4472c13bab297237039d5223e2901e4da6a31aa2 100644 (file)
@@ -2755,7 +2755,8 @@ name, or the marker and a count of marked files."
                    ;; that's possible.  (Bug#1806)
                    (split-window-vertically))
               ;; Otherwise, try to split WINDOW sensibly.
-              (split-window-sensibly window)))))
+              (split-window-sensibly window))))
+       pop-up-frames)
     (pop-to-buffer (get-buffer-create buf)))
   ;; If dired-shrink-to-fit is t, make its window fit its contents.
   (when dired-shrink-to-fit